EndSession
This service call is utilized when the DocViewer session should be completed. Passing in the session id, the session will be completed and the resulting session data will be returned. Session data returned includes the modified transaction data, document statuses, and the selected package.
Overview
| Operation | Generate |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/ISecuritySessionService/EndSession |
| Input | ISecuritySessionService_EndSession_InputMessage (soap:body, use = literal) parameters type EndSession |
| Output | ISecuritySessionService_EndSession_OutputMessage (soap:body, use = literal) parameters type EndSessionResponse |
Request Message
The operation input is EndSession. The request requires a EndSession object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | EndSession | Required | An object serving as the root element for the request. |
Request and Response Samples
For sample code, see: EndSession.